home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Varios Español
/
Varios Español.iso
/
PMAKER65
/
archive.z
/
EFXJC201.PPD
< prev
next >
Wrap
PostScript Printer Description
|
1995-03-02
|
26KB
|
724 lines
*PPD-Adobe: "4.2"
*% Adobe Systems PostScript(R) Printer Description File
*% Copyright 1987-1995 Adobe Systems Incorporated.
*% All Rights Reserved.
*% Permission is granted for redistribution of this file as
*% long as this copyright notice is intact and the contents
*% of the file is not altered in any way from its original form.
*% End of Copyright statement
*% Created for XJ CLC 700/800
*FormatVersion: "4.2"
*FileVersion: "1.0"
*PCFileName: "EFXJC201.PPD"
*LanguageVersion: English
*LanguageEncoding: ISOLatin1
*Product: "(Fiery XJ CLC 700/800)"
*PSVersion: "(2013.114) 7"
*ModelName: "Fiery XJ CLC 700/800 Color Server v2013.114"
*ShortNickName: "Fiery XJ CLC 700/800 v2013.114"
*NickName: "Fiery XJ CLC 700/800 Color Server v2013.114"
*% === Options and Constraints =========
*UIConstraints: *ColorMode GRAY *ColorRenderDict Preferred
*UIConstraints: *ColorRenderDict Preferred *ColorMode GRAY
*UIConstraints: *ColorMode GRAY *ColorRenderDict Business
*UIConstraints: *ColorRenderDict Business *ColorMode GRAY
*UIConstraints: *ColorMode GRAY *ColorRenderDict Colorimetric
*UIConstraints: *ColorRenderDict Colorimetric *ColorMode GRAY
*UIConstraints: *ManualFeed False *MediaType Transparency
*UIConstraints: *MediaType Transparency *ManualFeed False
*UIConstraints: *MediaType Transparency *InputSlot AutoSelect
*UIConstraints: *InputSlot AutoSelect *MediaType Transparency
*UIConstraints: *MediaType Transparency *ColorRenderDict Preferred
*UIConstraints: *MediaType Transparency *ColorRenderDict Colorimetric
*UIConstraints: *ColorRenderDict Preferred *MediaType Transparency
*UIConstraints: *ColorRenderDict Colorimetric *MediaType Transparency
*UIConstraints: *BitsPerPixel 1 *ColorMode GRAY
*UIConstraints: *ColorMode GRAY *BitsPerPixel 1
*% General Information and Defaults ===============
*FreeVM: "16632226"
*LanguageLevel: "2"
*Extensions: FileSystem CMYK
*ColorDevice: True
*DefaultColorSpace: CMYK
*VariablePaperSize: False
*PrintPSErrors: True
*FileSystem: True
*?FileSystem: "save
statusdict /diskstatus known{(True)} {(False)} ifelse = flush
restore"
*End
*Throughput: "10"
*Password: "0"
*ExitServer: "
count 0 eq
{ false } { true exch startjob } ifelse
not { (WARNING: Cannot modify initial VM.) =
(Missing or invalid password.) =
(Please contact the author of this software.) = flush quit
} if
"
*End
*Reset: "
count 0 eq
{ false } { true exch startjob } ifelse
not { (WARNING: Cannot reset printer.) =
(Missing or invalid password.) =
(Please contact the author of this software.) = flush quit
} if
systemdict /quit get exec
(WARNING : Printer Reset Failed.) = flush
"
*End
*DefaultResolution: 400dpi
*?Resolution: "save
initgraphics
0 0 moveto currentpoint matrix defaultmatrix transform
0 72 lineto currentpoint matrix defaultmatrix transform
3 -1 roll sub dup mul
3 1 roll exch sub dup mul
add sqrt round cvi
( ) cvs print (dpi) = flush
restore"
*End
*AccurateScreensSupport: True
*OpenUI *BitsPerPixel/Printer Mode :PickOne
*OrderDependency: 30 AnySetup *BitsPerPixel
*DefaultBitsPerPixel: 8
*BitsPerPixel 8/Contone: " userdict /setcolorbundle known
{ << /Compression /Disabled /HalftoneMode /Contone >> setcolorbundle }
{ << /DeviceRenderingInfo << /Type 4
/ValuesPerColorComponent 256 >> >> setpagedevice } ifelse "
*End
*BitsPerPixel 1/Halftone: " userdict /setcompression known
{ << /HalftoneMode /Halftone >> setcolorbundle }
{ << /DeviceRenderingInfo << /Type 4
/ValuesPerColorComponent 2 >> >> setpagedevice } ifelse "
*End
*?BitsPerPixel: "currentpagedevice /DeviceRenderingInfo get
/ValuesPerColorComponent get ln 2 ln div cvi = flush"
*End
*CloseUI: *BitsPerPixel
*% Color Mode allowing selecting between CMYK, B&W
*OpenUI *ColorMode/Color Mode :PickOne
*OrderDependency: 35 AnySetup *ColorMode
*DefaultColorMode: CMYK
*ColorMode CMYK/CMYK: " userdict /setcolorbundle known
{ << /ColorMode /CMYK >> setcolorbundle }
{ << /ProcessColorModel /DeviceCMYK >> setpagedevice } ifelse "
*End
*ColorMode GRAY/Grayscale: " userdict /setcolorbundle known
{ << /ColorMode /Grayscale /Compression /Disabled >> setcolorbundle }
{ << /ProcessColorModel /DeviceGray >> setpagedevice } ifelse "
*End
*?ColorMode: " currentpagedevice /ProcessColorModel get == } if "
*End
*CloseUI: *ColorMode
*% EFIBeginPrintOptions
*OpenUI *MediaType/Media Type :PickOne
*OrderDependency: 50 AnySetup *MediaType
*DefaultMediaType: Plain
*MediaType Plain/Plain Paper: " userdict /setcolorbundle known
{ << /MediaType /Plain >> setcolorbundle 1 XJXsetmediatype } if"
*End
*MediaType Transparent/Transparency: " userdict /setcolorbundle known
{ << /MediaType /Transparent >> setcolorbundle 2 XJXsetmediatype } if"
*End
*?MediaType: " userdict /setcolorbundle known {
currentcolorbundle /MediaType get == } if"
*End
*CloseUI: *MediaType
*OpenUI *ColorRenderDict/Rendering Style :PickOne
*OrderDependency: 60 AnySetup *ColorRenderDict
*DefaultColorRenderDict: Preferred
*ColorRenderDict Preferred/Photographic: " userdict /setcolorbundle known
{ << /ColorRendering /Photographic >> setcolorbundle }
{ /DefaultColorRendering
currentpagedevice /DeviceRenderingInfo
get /ValuesPerColorComponent get 2 eq
{ /HTPreferredColorRendering } { /PreferredColorRendering } ifelse
/ColorRendering findresource
/ColorRendering defineresource setcolorrendering
} ifelse "
*End
*ColorRenderDict Business/Presentation: " userdict /setcolorbundle known
{ << /ColorRendering /Presentation >> setcolorbundle }
{ /DefaultColorRendering
currentpagedevice /DeviceRenderingInfo
get /ValuesPerColorComponent get 2 eq
{ /HTBusinessColorRendering } { /BusinessColorRendering } ifelse
/ColorRendering findresource
/ColorRendering defineresource setcolorrendering
} ifelse "
*End
*ColorRenderDict Colorimetric/Solid Color: " userdict /setcolorbundle known
{ << /ColorRendering /Solid >> setcolorbundle }
{ /DefaultColorRendering
currentpagedevice /DeviceRenderingInfo
get /ValuesPerColorComponent get 2 eq
{ /HTColorimetricColorRendering } { /ColorimetricColorRendering } ifelse
/ColorRendering findresource
/ColorRendering defineresource setcolorrendering
} ifelse "
*End
*?ColorRenderDict: " userdict /setcolorbundle known
{ currentcolorbundle /ColorRendering get == } if "
*End
*CloseUI: *ColorRenderDict
*OpenEFISpooler *Brightness/Brightness :PickOne
*OrderDependency: 30 AnySetup *Brightness
*DefaultBrightness: 00.00
*Brightness +0.24/85% Lightest: " {dup 180 mul sin 0.15 mul add } bind
userdict /ColorAdjust known
{ dup dup dup ColorAdjust /coloradjust get exec }
{ { /Dummy1 exec /Dummy2 exec } bind dup 2 currenttransfer put
dup 0 4 -1 roll put settransfer } ifelse "
*End
*Brightness +0.16/90% Lighter: " {dup 180 mul sin 0.10 mul add } bind
userdict /ColorAdjust known
{ dup dup dup ColorAdjust /coloradjust get exec }
{ { /Dummy1 exec /Dummy2 exec } bind dup 2 currenttransfer put
dup 0 4 -1 roll put settransfer } ifelse "
*End
*Brightness +0.08/95% Light: " {dup 180 mul sin 0.05 mul add } bind
userdict /ColorAdjust known
{ dup dup dup ColorAdjust /coloradjust get exec }
{ { /Dummy1 exec /Dummy2 exec } bind dup 2 currenttransfer put
dup 0 4 -1 roll put settransfer } ifelse "
*End
*Brightness 00.00/100% Normal: " {} settransfer "
*Brightness -0.08/105% Dark: " {dup 180 mul sin -0.05 mul add } bind
userdict /ColorAdjust known
{ dup dup dup ColorAdjust /coloradjust get exec }
{ { /Dummy1 exec /Dummy2 exec } bind dup 2 currenttransfer put
dup 0 4 -1 roll put settransfer } ifelse "
*End
*Brightness -0.16/110% Darker: " {dup 180 mul sin -0.10 mul add } bind
userdict /ColorAdjust known
{ dup dup dup ColorAdjust /coloradjust get exec }
{ { /Dummy1 exec /Dummy2 exec } bind dup 2 currenttransfer put
dup 0 4 -1 roll put settransfer } ifelse "
*End
*Brightness -0.24/115% Darkest: " {dup 180 mul sin -0.15 mul add } bind
userdict /ColorAdjust known
{ dup dup dup ColorAdjust /coloradjust get exec }
{ { /Dummy1 exec /Dummy2 exec } bind dup 2 currenttransfer put
dup 0 4 -1 roll put settransfer } ifelse "
*End
*CloseEFISpooler: *Brightness
*OpenUI *ManualFeed/Manual Feed :Boolean
*OrderDependency: 20 AnySetup *ManualFeed
*DefaultManualFeed: False
*ManualFeed True/On: "1 dict dup /ManualFeed true put setpagedevice"
*ManualFeed False/Off: "1 dict dup /ManualFeed false put setpagedevice"
*?ManualFeed: "
save currentpagedevice /ManualFeed get
{(True)} {(False)} ifelse = flush restore"
*End
*CloseUI: *ManualFeed
*% EFIEndPrintOptions
*%================= Halftone Information ===============
*ScreenFreq: "66.0"
*ScreenAngle: "0"
*DefaultScreenProc: Text
*ScreenProc Combo: "
{4 0
{ 3 1 roll 4 -1 roll exch
{dup 6 ge { 6 sub} if exch
dup -1.0 le {pop -1.0} if dup 0.99 gt {pop 0.99} if
1.0 add 6 2 div mul add dup 6 ge {6 sub} if
dup 0 lt {0 exch sub} if cvi
}
exec 6 mul 3 1 roll exch
{dup 6 ge { 6 sub} if exch
dup -1.0 le {pop -1.0} if dup 0.99 gt {pop 0.99} if
1.0 add 6 2 div mul add dup 6 ge {6 sub} if
dup 0 lt {0 exch sub} if cvi
}
exec add
[36 31 5 3 9 27
30 20 13 11 17 24
2 16 22 33 26 8
4 10 28 35 32 6
12 18 23 29 19 14
34 25 7 1 15 21
]
exch get 6 dup mul div} exec}
"
*End
*DefaultTransfer: Null
*Transfer Null: "{ }"
*Transfer Null.Inverse: "{ 1 exch sub }"
*% Black substitution is always on.
*DefaultBlackSubstitution: True
*BlackSubstitution True: ""
*?BlackSubstitution: "(True) == flush"
*% Paper Handling ===================
*% Use these entries to set paper size most of the time, unless there is
*% specific reason to use PageRegion.
*OpenUI *PageSize/Page Size :PickOne
*OrderDependency: 25 AnySetup *PageSize
*DefaultPageSize: Letter.Transverse
*PageSize Letter.Transverse/Letter: " userdict /setcolorbundle known
{ << /PageSize /Letter >> setcolorbundle }
{ << /PageSize [612 792] /MediaType null
/InputAttributes << 0 << /PageSize [612 792] /MediaType null >> >> >>
setpagedevice} ifelse "
*End
*PageSize Legal/Legal: " userdict /setcolorbundle known
{ << /PageSize /Legal >> setcolorbundle } { legal } ifelse "
*End
*PageSize Tabloid/11x17: " userdict /setcolorbundle known
{ << /PageSize /11x17 >> setcolorbundle } { 11x17 } ifelse "
*End
*PageSize A3/A3: " userdict /setcolorbundle known
{ << /PageSize /A3 >> setcolorbundle } { a3 } ifelse "
*End
*PageSize A4.Transverse/A4: " userdict /setcolorbundle known
{ << /PageSize /A4 >> setcolorbundle }
{ << /PageSize [595 842] /MediaType null
/InputAttributes << 0 << /PageSize [595 842] /MediaType null >> >> >>
setpagedevice} ifelse "
*End
*PageSize B4/B4: " userdict /setcolorbundle known
{ << /PageSize /B4 >> setcolorbundle } { b4 } ifelse "
*End
*PageSize LetR/Letter-R:" userdict /setcolorbundle known
{ << /PageSize /Letter-R >> setcolorbundle }
{ << /PageSize [612 792] /MediaType (ShortEdgeFeed)
/InputAttributes << 0 << /PageSize [612 792] /MediaType (ShortEdgeFeed) >>
>> >> setpagedevice
} ifelse "
*End
*PageSize A4R/A4-R:" userdict /setcolorbundle known
{ << /PageSize /A4-R >> setcolorbundle }
{ << /PageSize [595 842] /MediaType (ShortEdgeFeed)
/InputAttributes << 0 << /PageSize [595 842] /MediaType (ShortEdgeFeed) >>
>> >> setpagedevice
} ifelse "
*End
*PageSize B5R/B5-R: " userdict /setcolorbundle known
{ << /PageSize /B5-R >> setcolorbundle }
{ << /PageSize [516 729] /MediaType (ShortEdgeFeed)
/InputAttributes << 0 << /PageSize [516 729] /MediaType (ShortEdgeFeed) >>
>> >> setpagedevice
} ifelse "
*End
*?PageSize: "
save currentpagedevice /PageSize get aload pop
2 copy gt {exch} if (Unknown)
9 dict
dup [612 792] (Letter) put
dup [612 1008] (Legal) put
dup [792 1224] (11x17) put
dup [596 842] (A4) put
dup [842 1190] (A3) put
dup [612 793] (SEFLet) put
dup [596 843] (SEFA4) put
dup [729 1032] (B4) put
dup [516 729] (B5R) put
{ exch aload pop 6 index sub abs 7 le exch 7 index sub abs 7 le and
{ exch pop exit } { pop } ifelse
} bind forall = flush pop pop
restore"
*End
*CloseUI: *PageSize
*% These entries will set up the frame buffer. Usually used with manual feed.
*OpenUI *PageRegion/Page Size :PickOne
*OrderDependency: 30 AnySetup *PageRegion
*DefaultPageRegion: Letter.Transverse
*PageRegion Letter.Transverse/Letter: " userdict /setcolorbundle known
{ << /PageSize /Letter >> setcolorbundle }
{ << /PageSize [612 792] /MediaType null
/InputAttributes << 0 << /PageSize [612 792] /MediaType null >> >> >>
setpagedevice} ifelse "
*End
*PageRegion Legal/Legal: " userdict /setcolorbundle known
{ << /PageSize /Legal >> setcolorbundle } { legal } ifelse "
*End
*PageRegion Tabloid/Tabloid: " userdict /setcolorbundle known
{ << /PageSize /11x17 >> setcolorbundle } { 11x17 } ifelse "
*End
*PageRegion A3/A3: " userdict /setcolorbundle known
{ << /PageSize /A3 >> setcolorbundle } { a3 } ifelse "
*End
*PageRegion A4.Transverse/A4: " userdict /setcolorbundle known
{ << /PageSize /A4 >> setcolorbundle }
{ << /PageSize [595 842] /MediaType null
/InputAttributes << 0 << /PageSize [595 842] /MediaType null >> >> >>
setpagedevice} ifelse "
*End
*PageRegion B4/B4: " userdict /setcolorbundle known
{ << /PageSize /B4 >> setcolorbundle } { b4 } ifelse "
*End
*PageRegion LetR/Letter R:" userdict /setcolorbundle known
{ << /PageSize /Letter-R >> setcolorbundle }
{ << /PageSize [612 792] /MediaType (ShortEdgeFeed)
/InputAttributes << 0 << /PageSize [612 792] /MediaType (ShortEdgeFeed) >>
>> >> setpagedevice
} ifelse "
*End
*PageRegion A4R/A4R: " userdict /setcolorbundle known
{ << /PageSize /A4-R >> setcolorbundle }
{ << /PageSize [595 842] /MediaType (ShortEdgeFeed)
/InputAttributes << 0 << /PageSize [595 842] /MediaType (ShortEdgeFeed) >>
>> >> setpagedevice
} ifelse "
*End
*PageRegion B5R/B5R: " userdict /setcolorbundle known
{ << /PageSize /B5-R >> setcolorbundle }
{ << /PageSize [516 729] /MediaType (ShortEdgeFeed)
/InputAttributes << 0 << /PageSize [516 729] /MediaType (ShortEdgeFeed) >>
>> >> setpagedevice
} ifelse "
*End
*CloseUI: *PageRegion
*DefaultImageableArea: Letter.Transverse
*ImageableArea Letter.Transverse: "13 10 582 782"
*ImageableArea Legal: "10 13 602 978"
*ImageableArea Tabloid: "10 13 782 1194"
*ImageableArea A3: "10 13 832 1161"
*ImageableArea A4.Transverse: "13 10 585 812"
*ImageableArea B4: "10 13 719 1002"
*ImageableArea LetR: "10 13 602 763"
*ImageableArea A4R: "10 13 585 813"
*ImageableArea B5R: "10 13 506 698"
*?ImageableArea: "
save /cvp { cvi ( ) cvs print ( ) print } bind def
newpath clippath pathbbox
4 -2 roll exch 2 {ceiling cvp} repeat
exch 2 {floor cvp} repeat flush
restore
"
*End
*% These provide the physical dimensions of the paper (by keyword)
*DefaultPaperDimension: Letter.Transverse
*PaperDimension Letter.Transverse: "612 792"
*PaperDimension Legal: "612 1008"
*PaperDimension Tabloid: "792 1224"
*PaperDimension A3: "842 1191"
*PaperDimension A4.Transverse: "595 842"
*PaperDimension B4: "729 1032"
*PaperDimension LetR: "612 793"
*PaperDimension A4R: "595 843"
*PaperDimension B5R: "516 729"
*RequiresPageRegion All: True
*OpenUI *InputSlot/Paper Source : PickOne
*OrderDependency: 20 AnySetup *InputSlot
*DefaultInputSlot: AutoSelect
*InputSlot AutoSelect/AutoSelect: ""
*CloseUI: *InputSlot
*DefaultOutputOrder: Reverse
*% Font Information =====================
*DefaultFont: Courier
*Font AvantGarde-Book: Standard "(001.002)" Standard Disk
*Font AvantGarde-BookOblique: Standard "(001.002)" Standard Disk
*Font AvantGarde-Demi: Standard "(001.003)" Standard Disk
*Font AvantGarde-DemiOblique: Standard "(001.003)" Standard Disk
*Font Bookman-Demi: Standard "(001.001)" Standard Disk
*Font Bookman-DemiItalic: Standard "(001.001)" Standard Disk
*Font Bookman-Light: Standard "(001.001)" Standard Disk
*Font Bookman-LightItalic: Standard "(001.001)" Standard Disk
*Font Courier: Standard "(002.002)" Standard Disk
*Font Courier-Bold: Standard "(002.002)" Standard Disk
*Font Courier-BoldOblique: Standard "(002.002)" Standard Disk
*Font Courier-Oblique: Standard "(002.002)" Standard Disk
*Font Helvetica: Standard "(001.006)" Standard Disk
*Font Helvetica-Bold: Standard "(001.007)" Standard Disk
*Font Helvetica-BoldOblique: Standard "(001.007)" Standard Disk
*Font Helvetica-Condensed: Standard "(001.001)" Standard Disk
*Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard Disk
*Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard Disk
*Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard Disk
*Font Helvetica-Oblique: Standard "(001.006)" Standard Disk
*Font NewCenturySchlbk-Bold: Standard "(001.008)" Standard Disk
*Font NewCenturySchlbk-BoldItalic: Standard "(001.006)" Standard Disk
*Font NewCenturySchlbk-Italic: Standard "(001.005)" Standard Disk
*Font NewCenturySchlbk-Roman: Standard "(001.006)" Standard Disk
*Font Palatino-Bold: Standard "(001.005)" Standard Disk
*Font Palatino-BoldItalic: Standard "(001.005)" Standard Disk
*Font Palatino-Italic: Standard "(001.005)" Standard Disk
*Font Palatino-Roman: Standard "(001.005)" Standard Disk
*Font Symbol: Special "(001.003)" Special Disk
*Font Times-Bold: Standard "(001.007)" Standard Disk
*Font Times-BoldItalic: Standard "(001.009)" Standard Disk
*Font Times-Italic: Standard "(001.007)" Standard Disk
*Font Times-Roman: Standard "(001.007)" Standard Disk
*Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard Disk
*Font ZapfDingbats: Special "(001.002)" Special Disk
*?FontQuery: "
save
{ count 1 gt
{ exch dup 127 string cvs (/) print print (:) print
/Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
} { exit } ifelse
} bind loop
(*) = flush
restore"
*End
*?FontList: "
save (*) {cvn ==} 128 string /Font resourceforall
(*) = flush restore"
*End
*% Printer Messages (verbatim from printer):
*Message: "%%[ exitserver: permanent state may be changed ]%%"
*Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
*Message: "\FontName\ not found, using Courier"
*% Status (format: %%[ status: <one of these> ]%% )
*Status: "idle"
*Status: "busy"
*Status: "waiting"
*Status: "printing"
*Status: "scanning"
*Status: "PrinterError: Copier is busy"
*Status: "PrinterError: Copier is in standby mode"
*Status: "PrinterError: Service cable is disconnected"
*Status: "PrinterError: Out of fuser oil"
*Status: "PrinterError: Copier door is open"
*Status: "PrinterError: Paper jam"
*Status: "PrinterError: Out of paper"
*Status: "PrinterError: Waste toner container is full"
*Status: "PrinterError: Out of toner"
*Status: "PrinterError: There is no key"
*Status: "PrinterError: There is no control card"
*Status: "PrinterError: ID mode"
*Status: "PrinterError: Copier needs attention; see copier control panel"
*Status: "PrinterError: Load A3 paper"
*Status: "PrinterError: Load A4 paper"
*Status: "PrinterError: Load 11x17 paper"
*Status: "PrinterError: Load Letter paper"
*Status: "PrinterError: Load Letter-R paper"
*Status: "PrinterError: Load A4-R paper"
*Status: "PrinterError: Load B4 paper"
*Status: "PrinterError: Load B5-R paper"
*Status: "PrinterError: Load Legal paper"
*Status: "PrinterError: Check copier power and cable connection"
*Status: "PrinterError: Check film scanner connection"
*Status: "PrinterError: Copier is warming up"
*Status: "PrinterError: Copier communication error; call copier technician"
*Status: "PrinterError: Set paper size, then load manual feed paper"
*Status: "PrinterError: An unknown copier error occurred"
*Status: "PrinterError: Load manual feed paper"
*Status: "PrinterError: Remove manual feed paper, then set size"
*Status: "PrinterError: Copier is disconnected"
*Status: "PrinterError: Film Scanner has copy control"
*% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
*Source: "AppleTalk"
*% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
*PrinterError: "Copier is busy"
*PrinterError: "Copier is in standby mode"
*PrinterError: "Service cable is disconnected"
*PrinterError: "Out of fuser oil"
*PrinterError: "Copier door is open"
*PrinterError: "Paper jam"
*PrinterError: "Out of paper"
*PrinterError: "Waste toner container is full"
*PrinterError: "Out of toner"
*PrinterError: "There is no key"
*PrinterError: "There is no control card"
*PrinterError: "ID mode"
*PrinterError: "Copier needs attention; see copier control panel"
*PrinterError: "Load A3 paper"
*PrinterError: "Load A4 paper"
*PrinterError: "Load 11x17 paper"
*PrinterError: "Load Letter paper"
*PrinterError: "Load Legal paper"
*PrinterError: "Load Letter-R paper"
*PrinterError: "Load A4-R paper"
*PrinterError: "Load B4 paper"
*PrinterError: "Load B5-R paper"
*PrinterError: "Check copier power and cable connection"
*PrinterError: "Check film scanner connection"
*PrinterError: "Copier is warming up"
*PrinterError: "Copier communication error; call copier technician"
*PrinterError: "Set paper size, then load manual feed paper"
*PrinterError: "An unknown copier error occurred"
*PrinterError: "Load manual feed paper"
*PrinterError: "Remove manual feed paper, then set size"
*PrinterError: "Copier is disconnected"
*PrinterError: "Film Scanner has copy control"
*DeviceAdjustMatrix: "[1 0 0 1 0 0]"
*% Color Separation Information ====================
*InkName: Cyan/Process Cyan
*InkName: Magenta/Process Magenta
*InkName: Yellow/Process Yellow
*InkName: Black/Process Black
*% Custom Inks for Fiery Logo
*InkName: P300FieryBlue/Fiery Blue
*InkName: P199FieryRed/Fiery Red
*InkName: PblackFieryBlack/Fiery Black
*CustomCMYK P300FieryBlue: ".9 .9 .0 .0"
*CustomCMYK P199FieryRed: ".0 .9 .9 .0"
*CustomCMYK PblackFieryBlack: ".2 .1 .1 .9"
*DefaultColorSep: Black.94lpi.400dpi
*DefaultSeparations: False
*% ------Halftone Text Mode (Default)
*ColorSepScreenAngle Cyan.100lpi.400dpi: "0"
*ColorSepScreenAngle Magenta.100lpi.400dpi: "0"
*ColorSepScreenAngle Yellow.100lpi.400dpi: "0"
*ColorSepScreenAngle Black.100lpi.400dpi: "0"
*ColorSepScreenFreq Cyan.100lpi.400dpi: "50.0"
*ColorSepScreenFreq Magenta.100lpi.400dpi: "50.0"
*ColorSepScreenFreq Yellow.100lpi.400dpi: "50.0"
*ColorSepScreenFreq Black.100lpi.400dpi: "50.0"
*ColorSepScreenProc Cyan.100lpi.400dpi: "{6 5
{ 3 1 roll 4 -1 roll exch
{dup 8 ge { 8 sub} if exch
dup -1.0 le {pop -1.0} if dup 0.97 gt {pop 0.97} if
1.0 add 8 2 div mul add dup 8 ge {8 sub} if
dup 0 lt {0 exch sub} if cvi
}
exec 8 mul 3 1 roll exch
{dup 8 ge { 8 sub} if exch
dup -1.0 le {pop -1.0} if dup 0.97 gt {pop 0.97} if
1.0 add 8 2 div mul add dup 8 ge {8 sub} if
dup 0 lt {0 exch sub} if cvi
}
exec add
[
48 18 8 16 46 16 6 14
56 60 32 24 54 58 30 22
4 12 44 40 2 10 42 38
28 20 52 64 26 18 50 62
45 15 5 13 47 17 7 15
53 57 29 21 55 59 31 23
1 9 41 37 3 11 43 39
25 17 49 61 27 19 51 63
]
exch get 8 dup mul div} exec}"
*End
*ColorSepScreenProc Magenta.100lpi.400dpi: "{4 7
{ 3 1 roll 4 -1 roll exch
{dup 8 ge { 8 sub} if exch
dup -1.0 le {pop -1.0} if dup 0.97 gt {pop 0.97} if
1.0 add 8 2 div mul add dup 8 ge {8 sub} if
dup 0 lt {0 exch sub} if cvi
}
exec 8 mul 3 1 roll exch
{dup 8 ge { 8 sub} if exch
dup -1.0 le {pop -1.0} if dup 0.97 gt {pop 0.97} if
1.0 add 8 2 div mul add dup 8 ge {8 sub} if
dup 0 lt {0 exch sub} if cvi
}
exec add
[
48 18 8 16 46 16 6 14
56 60 32 24 54 58 30 22
4 12 44 40 2 10 42 38
28 20 52 64 26 18 50 62
45 15 5 13 47 17 7 15
53 57 29 21 55 59 31 23
1 9 41 37 3 11 43 39
25 17 49 61 27 19 51 63
]
exch get 8 dup mul div} exec}"
*End
*ColorSepScreenProc Yellow.100lpi.400dpi: "{5 2
{ 3 1 roll 4 -1 roll exch
{dup 8 ge { 8 sub} if exch
dup -1.0 le {pop -1.0} if dup 0.97 gt {pop 0.97} if
1.0 add 8 2 div mul add dup 8 ge {8 sub} if
dup 0 lt {0 exch sub} if cvi
}
exec 8 mul 3 1 roll exch
{dup 8 ge { 8 sub} if exch
dup -1.0 le {pop -1.0} if dup 0.97 gt {pop 0.97} if
1.0 add 8 2 div mul add dup 8 ge {8 sub} if
dup 0 lt {0 exch sub} if cvi
}
exec add
[
48 18 8 16 46 16 6 14
56 60 32 24 54 58 30 22
4 12 44 40 2 10 42 38
28 20 52 64 26 18 50 62
45 15 5 13 47 17 7 15
53 57 29 21 55 59 31 23
1 9 41 37 3 11 43 39
25 17 49 61 27 19 51 63
]
exch get 8 dup mul div} exec}"
*End
*ColorSepScreenProc Black.100lpi.400dpi: "{2 4
{ 3 1 roll 4 -1 roll exch
{dup 8 ge { 8 sub} if exch
dup -1.0 le {pop -1.0} if dup 0.97 gt {pop 0.97} if
1.0 add 8 2 div mul add dup 8 ge {8 sub} if
dup 0 lt {0 exch sub} if cvi
}
exec 8 mul 3 1 roll exch
{dup 8 ge { 8 sub} if exch
dup -1.0 le {pop -1.0} if dup 0.97 gt {pop 0.97} if
1.0 add 8 2 div mul add dup 8 ge {8 sub} if
dup 0 lt {0 exch sub} if cvi
}
exec add
[
48 18 8 16 46 16 6 14
56 60 32 24 54 58 30 22
4 12 44 40 2 10 42 38
28 20 52 64 26 18 50 62
45 15 5 13 47 17 7 15
53 57 29 21 55 59 31 23
1 9 41 37 3 11 43 39
25 17 49 61 27 19 51 63
]
exch get 8 dup mul div} exec}"
*End
*% The byte count of this file should be exactly 025338 or 026061
*% depending on the filesystem it resides in.
*% end of PPD file for Fiery XJ CLC 700/800